Use Path::display().to_string() less often
authorAlex Crichton <alex@alexcrichton.com>
Tue, 22 Jul 2014 02:33:02 +0000 (19:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 22 Jul 2014 02:34:17 +0000 (19:34 -0700)
commitb30892fc013118186982f677412cadb249358346
treedd0895cab3cddb80d915f9b74e75ca0fac36d305
parent73049b38688effa33089f95c31b2563b7ca8f54d
Use Path::display().to_string() less often

Unfortunately this cannot yet have a test for it as rustc itself does not work
if it is run on non-utf8 paths.
src/cargo/util/toml.rs
tests/test_cargo_compile_git_deps.rs